home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / HTML Kurse / selfhtml / ytriangs.dcr / 00007.ls < prev    next >
Encoding:
Text File  |  1999-10-14  |  557 b   |  25 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set x to random(4)
  4.     set me to the clickOn
  5.     set the castNum of sprite me to x
  6.     set the constraint of sprite me to the castNum of sprite me
  7.     set the trails of sprite me to 0
  8.     set the locH of sprite me to random(640)
  9.     set the locV of sprite me to random(440)
  10.     set newColor to random(255)
  11.     set the foreColor of sprite me to newColor
  12.     set newColor to the foreColor of sprite me
  13.     updateStage()
  14.   end repeat
  15.   updateStage()
  16. end
  17.  
  18. on mouseUp
  19.   go("b")
  20. end
  21.  
  22. on exitFrame
  23.   go(the frame)
  24. end
  25.